home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m90.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  425 b   |  20 lines

  1. on exitFrame
  2.   if rollOver(5) then
  3.     puppetSprite(5, 1)
  4.     set the castNum of sprite 5 to cast "b106.roll"
  5.     updateStage()
  6.   else
  7.     set the castNum of sprite 5 to cast "b106"
  8.     updateStage()
  9.   end if
  10.   if rollOver(6) then
  11.     puppetSprite(6, 1)
  12.     set the castNum of sprite 6 to cast "b107.roll"
  13.     updateStage()
  14.   else
  15.     set the castNum of sprite 6 to cast "b107"
  16.     updateStage()
  17.   end if
  18.   go(the frame)
  19. end
  20.